Is there a number which is square of one number and cube of another one? [closed]

Posted by Roman on Stack Overflow See other posts from Stack Overflow or by Roman
Published on 2010-03-21T16:35:43Z Indexed on 2010/03/21 16:41 UTC
Read the original article Hit count: 114

Filed under:

I want some number a for which next statements are true:

a = b ^ 2;

a = c ^ 3;

© Stack Overflow or respective owner

Related posts about math